.clearfix{
  zoom: 1;
}
.clearfix::before,
.clearfix::after{
  content: '';
  display: block;
  visibility: hidden;
  opacity: 0;
  clear: both;
}
ul,ol,li{
  padding: 0;
  margin: 0;
}
.box{
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .box{
    padding: 0 10px;
  }
}
.title{
  text-align: center;
  padding: 60px 0 30px;
}
.title h3{
  font-size: 36px;
  color: #333;
  margin: 0;
}
.title p{
  color: #7b7b7b;
  font-size: 16px;
  margin: 15px 0 0;
}
.more{
  text-align: center;
  padding: 20px 0 60px;
}
.more a{
  display: block;
  width: 160px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0 auto;
  border: 1px solid #e1e1e1;
  color: #555;
  text-decoration: none;
}
.more a:hover{
  border-color: #e60012;
  color: #e60012;
}
@media (max-width: 767px) {
  .title{
    padding: .5rem 0;
  }
  .title h3{
    font-size: .46rem;
  }
  .title p{
    font-size: .36rem;
    margin: .15rem 0 0;
  }
  .more{
    padding: .2rem 0 .6rem;
  }
  .more a{
    width: 3.5rem;
    height: .9rem;
    line-height: .9rem;
    font-size: .38rem;
  }
}

/*top*/
.top{
  max-width: 1200px;
  margin: 0 auto;
  height: 90px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
}
.logo{
  display: flex;
  display: -webkit-box;
}
.logo img{
  height: 40px;
}
.logo p{
  border-left: 1px solid #e1e1e1;
  margin-left: 10px;
  padding-left: 10px;
}
.logo p span{
  font-size: 14px;
  color: #333;
  font-weight: bold;
}
.logo p i{
  font-size: 13px;
  color: #999;
  display: block;
  margin-top: 5px;
}
.nav{
  margin-left: 5%;
  flex-grow: 1;
  display: flex;
  display: -webkit-flex;
}
.nav li{
  flex-grow: 1;
  padding: 0 8px;
}
.nav>li>a{
  border-bottom: 2px solid transparent;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0 8px;
}
.nav>li:hover>a,
.nav>li.active>a{
  border-color: #654198;
}
.nav li a span{
  font-size: 16px;
  color: #333;
}
.nav li a i{
  font-size: 12px;
  color: #888;
}
.nav>li>a:focus, .nav>li>a:hover{
  background: none;
}
@media (max-width: 991px) {
  .top{
    display: none;
  }
}
/*m-top*/
@media (min-width: 991px) {
  .m-nav{
    display: none;
  }
  .nav-list{
    display: none;
  }
}
.m-top{
  height: 1.4rem;
  padding: 0 .3rem;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 200;
}
.m-top img{
  display: block;
  width: 4rem;
}
.nav-toggle span{
  display: block;
  width: .6rem;
  height: 2px;
  background: #888;
  margin-bottom: 5px;
}
/*banner-text*/
.banner-text{
  background: #282a36;
  padding: 30px 0;
}
.banner-text ul{
  text-align: center;
}
.banner-text li{
  display: inline-block;
  text-align: left;
}
.banner-text li h3{
  margin: 0 0 10px;
  font-size: 18px;
  color: #fff;
}
.banner-text li p{
  color: #7b7b7b;
  font-size: 13px;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (min-width: 768px) {
  .banner-text li{
    width: 17.6%;
    margin-right: 2%;
  }
  .banner-text li:last-child{
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .banner-text{
    padding: .3rem 0 .3rem;
  }
  .banner-text li{
    width: 18%;
    margin-right: 2%;
  }
  .banner-text li h3{
    font-size: .4rem;
    margin: 0 0 .15rem;
  }
  .banner-text li p{
    font-size: .36rem;
    line-height: .56rem;
    display: none;
  }
}
/*provider*/
.provider{

}
.provider .hd ul{
  padding: 20px 0 0;
  margin: 0;
}
.provider .hd ul li{
  float: left;
  width: 25%;
  text-align: center;
  position: relative;
  padding: 0 10px 30px;
  cursor: pointer;
}
.provider .hd ul li p{
  margin: 20px 0 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 66px;
  line-height: 22px;
  font-size: 14px;
}
.provider-img{
  position: relative;
}
.provider-img img{
  display: block;
  margin: 0 auto;
}
.provider-img .now{
  display: block;
}
.provider-img .hover{
  display: none;
}
.provider .hd ul li:hover .provider-img .hover{
  display: block;
}
.provider .hd ul li:hover .provider-img .now{
  display: none;
}
.provider .hd ul li:hover p{
  color: #e60012;
}
@media (min-width: 768px) {
  .provider ul li:hover::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border: 10px solid transparent;
    border-bottom-color: #e60012;
  }
}
@media (max-width: 768px) {
  .provider ul{
    padding: 0;
  }
  .provider .hd{
    margin-top: -0.3rem;
  }
  .provider .hd ul{
    padding: .2rem 0 0;
  }
  .provider .hd ul li{
    width: 24%;
    padding: 0 .2rem;
    margin-bottom: .3rem;
  }
  .provider .hd ul li h4{
    font-size: .35rem;
    margin: 0;
    padding-top: .2rem;

  }
  .provider .hd ul li p{
    font-size: .36rem;
    line-height: .56rem;
    margin: .3rem 0 0;
    height: 1.68rem;
  }
  .provider-img{
    max-width: 2.2rem;
    margin: 0 auto;
  }
  .provider-img img{
    display: block;
    margin: 0 auto;
    width: 1.2rem;
  }
}
/*slide*/
.slide img{
  display: block;
  width: 100%;
}
/*case*/
.slide .hd{
  text-align: center;
  padding-bottom: 30px;
}
.slide .hd li{
  display: inline-block;
  padding: 0 15px;
  font-size: 16px;
  color: #7b7b7b;
  cursor: pointer;
}
.slide .hd li.on,
.slide .hd li:hover{
  color: #e60012;
}
.case-container .bd ul:not(:first-child){
	display: none;
}
.case-container .bd li{
  position: relative;
  float: left;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.case-container .bd li:nth-child(2n){
  margin-right: 0;
}
.case-container .bd li img{
  display: block;
  width: 100%;
}
/* .case-container .bd li .info{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  text-align: center;
  padding: 10% 20px 0;
} */
.case-container .bd li .info h3{
  font-size: 22px;
  text-align: center;
}
.case-container .bd li .info p{
  margin-top: 30px;
  font-size: 14px;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-align: left;
}
.case-container .bd li:hover .info{
  background: rgba(255,255,255,.6);
  color: #000;
  display: block;
}
.case-container .bd li:hover img{
	opacity: .7;
}
@media (max-width: 767px) {
  .slide .hd{
    padding-bottom: .4rem;
  }
  .slide .hd li{
    padding: 0 .15rem;
    font-size: .4rem;
  }
  .case-container .bd li img{
    min-height: 3rem;
  }
  .case-container .bd li .info{
    background: rgba(0,0,0,.5);
    color: #fff;
    display: block;
    padding: 1rem 10px 0;
    overflow: hidden;
  }
  .case-container .bd li .info h3{
    font-size: .4rem;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: .3rem;
  }
  .case-container .bd li .info p{
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: .5rem;
    display: none;
  }
}
/*solution*/
.solution{
  background: #29242c;
}
.solution .title h3{
  color: #fff;
}
.solution .title p{
  color: #7b7b7b;
}
.solution ul{
  padding: 20px 0 50px;
}
.solution-item{
  float: left;
  width: 23%;
  margin-right: 2.5%;
  position: relative;
}
.solution-item:last-child{
  margin-right: 0;
}
.solution-item img{
  display: block;
  width: 100%;
}
.solution-item .info{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  background: rgba(0,0,0,.7);
  padding-top: 29%;
}
.solution-item .info h3{
  color: #fff;
  font-size: 18px;
  margin: 10px 0 20px;
}
.solution-item:hover .info h3{
	color: #000;
}
.solution-item .info img{
  width: 40px;
  margin: 0 auto;
}
.solution-item .info a{
  border: 1px solid #000;
  padding: 5px 10px;
  color: #000;
  text-decoration: none;
  display: none;
  width: 80px;
  margin: 0 auto;
}
.solution-item:hover .info{
  background: rgba(255,255, 255, .5)
}
.solution-item:hover .info a{
  display: block;
}
@media (max-width: 767px) {
  .solution ul{
    padding: 0 0 .4rem
  }
  .solution-item{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .solution-item:last-child{
    display: none;
  }
  .solution-item>img{
    display: block;
    width: 100%;
    min-height: 3rem;
  }
  .solution-item:nth-child(3n){
    margin-right: 0;
  }
  .solution-item .info{
    padding-top: 14%;
  }
  .solution-item .info h3{
    font-size: .4rem;
    margin: .3rem 0 .6rem;
  }
  .solution-item .info img{
    width: .5rem;
  }
  .solution-item .info a{
    padding: 3px 2px;
    width: 1.6rem;
    display: block;
    font-size: .35rem;
  }
}
/*news*/
.news-item{
  float: left;
  width: 47%;
  margin-right: 6%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  height: 50px;
  align-items: center;
  position: relative;
  padding-left: 15px;
  border-bottom: 1px solid #e1e1e1;
}
.news-item a{
  color: #333;
  text-decoration: none;
  display: block;
  width: 75%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news-item a:hover{
  color: #e60012;
}
.news-item span{
  color: #888;
}
.news-item::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #555;
}
.news-item:nth-child(2n){
  margin-right: 0;
}
@media (max-width: 767px) {
  .news-container{
    padding-bottom: .3rem;
  }
  .news-item{
    width: 100%;
    margin: 0;
    height: 1rem;
    padding-left: 15px;
  }
  .news-item a{
    font-size: .36rem;
  }
  .news-item span{
    font-size: .36rem;
  }
}
/*map*/
.map{
  background: url("../images/map.jpg") no-repeat center;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  height: 520px;
}
.map-info{
  float: right;
  padding-top: 120px;
  width: 46%;
}
.map-info h3{
  font-size: 32px;
  color: #fff;
  margin: 0 0 35px;
}
.map-info p{
  color: #7b7b7b;
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 50px;
}
.map-info a{
  color: #e60012;
  text-decoration: none;
}
@media (max-width: 992px) and (min-width: 768px) {
  .map{
    height: 420px;
  }
}
@media (max-width: 767px) {
  .map{
    height: 4.6rem;
  }
  .map-info{
    padding-top: .8rem;
    width: 42%;
  }
  .map-info h3{
    font-size: .4rem;
    margin: 0 0 .2rem;
  }
  .map-info p{
    font-size: .34rem;
    line-height: .52rem;
    margin: 0 0 .3rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .map-info a{
    font-size: .36rem;
  }
}
/*partner*/
.partner ul{
  padding: 10px 0 40px;
}
.partner ul li{
  float: left;
  border: 1px solid #e1e1e1;
}
.partner ul li:hover{
  box-shadow: 0 0 5px #e1e1e1;
}
.partner ul li a{
  display: block;
}
.partner ul li img{
  display: block;
  width: 100%;
}
@media (min-width: 992px) {
  .partner ul li{
    width: 13%;
    margin-right: 1.5%;
    margin-bottom: 1.5%;
  }
  .partner ul li:nth-child(7n){
    margin-right: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .partner ul li{
    width: 18%;
    margin-right: 2.5%;
    margin-bottom: 2%;
  }
  .partner ul li:nth-child(5n){
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .partner ul li{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .partner ul li:nth-child(3n){
    margin-right: 0;
  }
  .partner ul{
    padding: 0 0 .4rem;
  }
}
/*footer*/
.footer{
  background: #313234;
}
.footer-box{
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  padding: 50px 0 30px;
}
.footer-box ul{
  flex-grow: 1;
}
.footer-box ul li{
  float: left;
  width: 12.5%;
}
.footer-box ul li h3{
  margin: 0 0 15px;
}
.footer-box ul li h3 a{
  color: #fff;
  font-size: 15px;
}
.footer-box ul li a{
  display: block;
  font-size: 13px;
  color: #bbb;
  line-height: 24px;
  text-decoration: none;
}
.footer-box .ewm{
  flex-grow: 0;
  text-align: right;
}
.footer-box .ewm img{
  width: 120px;
}
.footer-box .ewm p{
  text-align: center;
  padding-top: 10px;
}
.footer-box .ewm p span{
  font-size: 14px;
  color: #999;
  display: block;
  margin-bottom: 5px;
}
.footer-box .ewm p i{
  font-size: 14px;
  color: #bbb;
}
.copy{
  padding: 20px 0;
  border-top: 1px solid #444;
  text-align: center;
  color: #666;
  font-size: 13px;
  margin: 0;
}
.copy p{
  margin: 0;
  line-height: 24px;
}
@media (max-width: 767px) {
  .footer{
    background: #313234;
  }
  .footer-box{
    padding: .6rem 0 .4rem;
  }
  .footer-box ul{
    display: none;
  }
  .footer-box .ewm{
    margin: 0 auto;
  }
  .footer-box .ewm img{
    width: 3rem;
  }
  .footer-box .ewm p{
    padding-top: .2rem;
    margin: 0;
  }
  .footer-box .ewm p span{
    font-size: .35rem;
    margin-bottom: .1rem;
  }
  .footer-box .ewm p i{
    font-size: .35rem;
  }
  .copy{
    padding: .3rem 0;
    font-size: .32rem;
  }
  .copy p{
    line-height: .56rem;
  }
}

/*page*/
.page-banner{
  position: relative;
}
.page-banner img{
  display: block;
  width: 100%;
}
.page-banner .info{
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  color: #fff;
	transform: translateY(-50%);
  /* padding-top: 10%; */
}
.page-banner .info h3{
  font-size: 36px;
  margin: 0 0 20px;
}
.page-banner .info p{
  font-size: 18px;
}
@media (max-width: 767px) {
  .page-banner .info{
    padding-top: .8rem;
  }
  .page-banner .info h3{
    font-size: .42rem;
    margin: 0 0 .2rem;
  }
  .page-banner .info p{
    font-size: .34rem;
  }
}

/*news.html*/
.page-common{
  padding-top: 60px;
  padding-bottom: 110px;
}
.page-common .hd ul{
  text-align: center;;
}
.page-common .hd li{
  display: inline-block;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 15px;
  border: 1px solid #e1e1e1;
  margin: 0 15px 15px;
  padding: 0 20px;
  cursor: pointer;
}
.page-common .hd li:hover,
.page-common .hd li.on{
  color: #e60012;
  border-color: #e60012;
}
.page-news .bd{
  padding-top: 40px;
  padding-bottom: 40px;
}
.page-news .bd li>div{
  border-top: 1px dashed #e1e1e1;
  padding: 20px 0;
}
.page-news .bd li h3{
  margin: 0;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  height: 22px;
  align-items: center;
  font-size: 16px;
}
.page-news .bd li h3 a{
  color: #333;
  max-width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.page-news .bd li h3 a:hover{
  color: #e60012;
}
.page-news .bd li h3 span{
  color: #555;
  font-size: 14px;
}
.page-news .bd li p{
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-common{
    padding-top: .4rem;
    padding-bottom: .5rem;
  }
  .page-common .hd li{
    width: auto;
    height: .9rem;
    padding: 0 .5rem;
    line-height: .9rem;
    font-size: .37rem;
    margin: 0 .1rem .3rem;
  }
  .page-news .bd{
    padding-top: .3rem;
    padding-bottom: 0;
    margin-bottom: .2rem;
  }
  .page-news .bd li>div{
    padding: .3rem 0;
  }
  .page-news .bd li h3{
    height: .56rem;
    font-size: .4rem;
  }
  .page-news .bd li h3 a{
    max-width: 75%;
  }
  .page-news .bd li h3 span{
    font-size: .36rem;
  }
  .page-news .bd li p{
    margin: .2rem 0 0;
    font-size: .36rem;
    line-height: .56rem;
  }
}

/*product*/
.page-product .bd{
  margin-top: 40px;
}
.product-item{
  float: left;
  position: relative;
}
.product-item img{
  display: block;
  width: 100%;
}
.product-item .info{
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 60px;
  background: rgba(0,0,0,.55);
  color: #fff;
  padding: 0 20px;
  overflow: hidden;
  -webkit-transition: height .2s;
  -moz-transition: height .2s;
  -ms-transition: height .2s;
  -o-transition: height .2s;
  transition: height .2s;
}
.product-item .info h3{
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  text-align: center;
  margin: 0;
  color: #fff;
  border-bottom: 1px solid #fff;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.product-item .info p{
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  margin: 30px 0 0;
}
@media (min-width: 768px) {
  .product-item:hover .info{
    height: 100%;
    padding-top: 30px;
  }
  .product-item:hover .info h3{
    font-size: 20px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

@media (min-width: 768px) {
  .product-item{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .product-item:nth-child(3n){
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .page-product .bd{
    margin-top: .2rem;
  }
  .product-item{
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .product-item:nth-child(2n){
    margin-right: 0;
  }
  .product-item .info{
    top: 0;
    height: 100%;
    padding: 1rem .2rem 0;
  }
  .product-item .info h3{
    height: 1rem;
    line-height: 1rem;
    font-size: .4rem;
    border-bottom: none;
  }
  .product-item .info p{
    font-size: .35rem;
    line-height: .56rem;
    margin: .2rem 0 0;
    -webkit-line-clamp: 2;
    display: none;
  }
}


/*case*/
.page-case .bd{
  margin-top: 40px;
}
.case-item{
  float: left;
  position: relative;
  padding: 0;
	border: 1px solid #fff;
}
.case-item h3{
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  text-align: center;
  margin: 0;
  color: #333;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.case-item img{
  display: block;
  width: 100%;
}
.case-item p{
  color: #333;
  font-size: 14px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin: 0;
}
.case-item:hover{
  /* background: #f44c59; */
	border:1px solid #f44c59;
	box-sizing: border-box;
}
.case-item:hover h3{
  /* color: #fff; */
}
.case-item:hover p{
  color: #fff;
}
@media (min-width: 768px) {
  .case-item{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
		
  }
  .case-item:nth-child(3n){
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .page-case .bd{
    margin-top: 0;
  }
  .case-item{
    width: 49%;
    padding: 0;
    margin-right: 2%;
  }
  .case-item:nth-child(2n){
    margin-right: 0;
  }
  .case-item h3{
    height: 1rem;
    line-height: 1rem;
    font-size: .4rem;
  }
  .case-item p{
    font-size: .35rem;
    line-height: .56rem;
    margin:0;
    -webkit-line-clamp: 2;
  }
}
/*contact*/
.page-contact{
  padding-bottom: 80px;
}
.contact-list{
  margin-top: 30px;
}
.contact-list li{
  float: left;
  width: 33.33%;
  text-align: center;
  border-right: 1px solid #e1e1e1;
  padding: 20px 0;
}
.contact-list li:last-child{
  border: none;
}
.contact-list li h3{
  margin: 20px 0 10px;
  font-size: 20px;
}
.contact-list li p{
  font-size: 16px;
}
.contact-map{
  margin-top: 50px;
}
.contact-map img{
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .page-contact{
    padding-bottom: .5rem;
  }
  .contact-list{
    margin-top: .2rem;
  }
  .contact-list li{
    padding: .2rem .1rem;
  }
  .contact-list li img{
    width: 1.2rem;
    margin: 0 auto;
  }
  .contact-list li h3{
    margin: .2rem 0 .1rem;
    font-size: .38rem;
  }
  .contact-list li p{
    font-size: .32rem;
  }
  .contact-map{
    margin-top: .3rem;
    max-width: 100%;
    overflow: hidden;
    border-right: 1px solid #d5d5d5;
  }
  .contact-map img{
    display: block;
    width: 100%;
  }
}

/*detail*/
.page-detail{
  padding: 50px 0 80px;
}
.page-detail .box{
	max-width: 1250px;
}
.page-detail .m-title{
  font-size: 24px;
  height: 50px;
  color: #000;
  margin: 0 0 10px;
  text-align: center;
}
.detail-item{
  margin-bottom: 20px;
}
.detail-title{
  border-bottom: 1px solid #e1e1e1;
  height: 35px;
  margin-bottom: 15px;
}
.detail-title span{
  display: block;
  background: #e60012;
  color: #fff;
  font-size: 16px;
  padding: 0 10px;
  height: 35px;
  width: 120px;
  text-align: center;
  line-height: 35px;
}
.detail-item p{
  font-size: 14px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .page-detail{
    padding: .4rem 0 .7rem;
  }
  .page-detail .m-title{
    font-size: .44rem;
    height: .9rem;
    margin: 0 0 .1rem;
  }
  .detail-item{
    margin-bottom: .3rem;
  }
  .detail-title{
    height: .7rem;
    margin-bottom: .2rem;
  }
  .detail-title span{
    font-size: .4rem;
    width: 2.4rem;
    height: .7rem;
    line-height: .7rem;
  }
  .detail-item p{
    font-size: .35rem;
    line-height: .56rem;
  }
  .detail-item img{
    display: block;
    margin: 10px auto;
    max-width: 100%;
  }
}

/*about*/
.page-about{
  padding-bottom: 80px;
}
.page-about .title h3{
  position: relative;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}
.page-about .title h3::before,
.page-about .title h3::after{
  content: '';
  position: absolute;
  top: 50%;
  width: 180px;
  height: 1px;
  background: #d6d6d6;
}
.page-about .title h3::before{
  left: 100%;
}
.page-about .title h3::after{
  right: 100%;
}
.page-about .content p{
  font-size: 14px;
  line-height: 24px;
  text-indent: 20px;
}
@media (max-width: 767px) {
  .page-about{
    padding-bottom: .6rem;
    padding-top: .3rem;
  }
  .page-about .title h3{
    width: 3.6rem;
  }
  .page-about .title h3::before,
  .page-about .title h3::after{
    width: 2rem;
  }
  .page-about .content p{
    font-size: .35rem;
    line-height: .56rem;
    text-indent: .6rem;
  }
}
/*page*/
.page{
  margin: 30px auto 0;
  text-align: center;
}
.page ul li{
  display: inline-block;
  height: 35px;
  line-height: 35px;
  border: 1px solid #ccc;
  padding: 0 15px;
  margin-left: 10px;
  margin-bottom: 10px;
  color: #666;
}
.page ul li a{
  display: block;
  text-decoration: none;
  color: #666;
  font-size: 14px;
}
.page ul li:hover,
.page ul li.current{
  border: 1px solid #0068bf;
  background: #0068bf;
  color: #fff;
}
.page ul li:hover a,
.page ul li.current a{
  color: #fff;
}
@media (max-width: 767px) {
  .page{
    margin: .5rem auto;
  }
  .page ul li{
    height: .8rem;
    line-height: .8rem;
    padding: 0 .3rem;
    margin-left: .2rem;
    margin-bottom: .2rem;
  }
  .page ul li a{
    font-size: .4rem;
  }

}

/*fix-box*/
.fix-box{
  position: fixed;
  right: 0;
  top: 200px;
  z-index: 1000;
}
.fix-box li{
  margin-bottom: 6px;
}
.fix-box li a{
  display: block;
  padding-top: 10px;
  background: #0a59b5;
  text-align: center;
  width: 70px;
  height: 70px;
  position: relative;
}
.fix-box li img{
  display: block;
  margin: 0 auto;
}
.fix-box li h3{
  font-size: 12px;
  margin: 8px 0 0;
  color: #fff;
}
.fix-box li a:hover{
  background: #fead11;
}
.fewm{
    position: absolute;
    right: 75px;
    bottom: 6px;
    width: 120px;
    height: 120px;
    padding: 5px;
    background: #fff;
    margin: 0;
    display: none;
}
.fewm img{
    display: block;
    width: 110px;
    height: 110px;
}
.fix-box li:hover .fewm{
    display: block;
}


.procatory,
.proitem{
    display: none;
    box-shadow:0 1px 1px 0 rgba(0,0,0,0.05), 0 2px 5px 0 rgba(0,0,0,0.25);
    min-width: 165px;
    padding: 6px 0;
}
.procatory{
    position:absolute;
    left:0;
    top:50px;
    background: #fff;
    z-index: 99;
}
.procatory li{
    position: relative;
    /* padding: 0 15px; */
	padding:0 5px;
}
.procatory li:not(:last-child)>a,
.proitem li:not(:last-child)>a{
    /*border-color: #654198;*/
}
.procatory a{
    display: block;
    width: 100%;
    text-align: center;
    line-height: 40px;
}

.procatory li:hover>a,
.proitem li:hover>a{
    border-bottom: 2px solid #654198;
}
.proitem{
    /* width: 150px; */
	/* width: 182px; */
	width: 265px;
    position:absolute;
    left:165px;
    top:0px;
    background: #fff;
    z-index: 99;
}
